Skip to main content
GET
[One Click Apps] Preview how a custom domain would be attached

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

Path Parameters

instance_id
string
required

Unique identifier of the compute instance.

organization_id
string
required

Unique identifier of the organization that owns the resource.

project_id
string
required

Unique identifier of the project containing the resource.

Query Parameters

domain
string
required

Fully qualified hostname to check, with or without an https:// prefix.

Response

domain
string
required
read-only

Normalized hostname

managed
boolean
required
read-only

True when a DNS zone of the organization covers the domain; its A record is set automatically

zone_name
string | null
required
read-only

Managed zone found for the domain

current_records
object[]
required
read-only

Records currently set for the name (managed zone) or resolved publicly

resolves_to_instance
boolean | null
required
read-only

Public resolution result; null when the zone is managed

reason
string | null
required
read-only

Why the domain cannot be attached as is; null when it can